home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000008_fdc@hazelnut.cc.columbia.edu_Fri Apr 18 17:56:29 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
1KB
|
38 lines
Article: 14223 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news-not-for-mail
From: fdc@hazelnut.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: can't condition console terminal
Date: 18 Apr 2003 17:56:24 -0400
Organization: Columbia University
Lines: 21
Message-ID: <b7psa8$bue$1@hazelnut.cc.columbia.edu>
References: <36aaffea.0304181134.3b7b004b@posting.google.com>
NNTP-Posting-Host: hazelnut.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1050702984 868 128.59.59.162 (18 Apr 2003 21:56:24 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 18 Apr 2003 21:56:24 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14223
In article <36aaffea.0304181134.3b7b004b@posting.google.com>,
Rich <richg@mav-mail.com> wrote:
: Having much trouble trying to convert a kermit script from serial to
: IP. When I try to execute these two commands in my script:
:
: set host /userid:eralink <host>
: connect
:
: I get:
:
: Sorry, can't condition console terminal
:
Because you should be using INPUT and OUTPUT instead of CONNECT?
See:
http://www.columbia.edu/kermit/ckscripts.html#tut
If you really want the script to enter terminal mode, the script has to
be run on a real terminal device, not as a cron job or whatever.
- Frank